home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 2602 / smooth.hlp < prev    next >
Text File  |  1989-02-03  |  1KB  |  24 lines

  1. SMOOTH = expr;                   Enable or disable smoothing
  2.  
  3. Value of 'expr' determines whether smoothing is performed for
  4. subsequent processing as follows:
  5.          0 => no smoothing
  6.      not 0 => enable smoothing
  7.  
  8. Use predefined constants ON and OFF to enable or disable smoothing.
  9.  
  10. With smoothing enabled, all data points in a file  between
  11. successive step times are averaged.  Additionally, the time tags
  12. associated with those data points are averaged and a value is not
  13. output until the average time tag is beyond the current step time. 
  14. Hence the value plotted/ printed/ etc. is the average value of all
  15. data points surrounding each step time.  This mechanism helps
  16. reduce phase distortion caused by averaging during monotonic
  17. sections of a trace.
  18. +
  19. Smoothing an already smooth function will distort it.
  20.  
  21. Smoothing is only effective when there is a surplus of data points;
  22. that is, when there are at least twice as many data points as
  23. points to be plotted/processed (determined by STEP and DUR).
  24.